ValidatedInt
A validated int number generated with an IntRange.
Author
fzzyhmstrs
Since
0.2.0
Parameters
Int. the default value of this wrapper
IntRange. the allowable range of this Validated Int
WidgetType defines what the config GUI widget looks like
A validated int number with a default selected from the min of the allowable range.
Author
fzzyhmstrs
Since
0.2.0
Parameters
IntRange. the allowable range of this Validated Int
WidgetType defines what the config GUI widget looks like
A validated int number with a default selected from the min of the allowable range.
Author
fzzyhmstrs
Since
0.2.0
Parameters
Int. the minimum allowed value, inclusive
Int. the maximum allowed value, inclusive
WidgetType defines what the config GUI widget looks like
An unbounded validated int number.
The validation will be limited to ensuring the value de/serializes as an int, since there are no bounds.
The widget type is locked to WidgetType.TEXTBOX
Author
fzzyhmstrs
Since
0.2.0
Parameters
Int. the default value of this wrapper
An unbounded validated int number with default of 0.
The validation will be limited to ensuring the value de/serializes as an int, since there are no bounds.
The widget type is locked to WidgetType.TEXTBOX
Author
fzzyhmstrs
Since
0.2.0
Parameters
Int. the default value of this wrapper
Int. the maximum allowed value, inclusive
Int. the minimum allowed value, inclusive